home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / earcd / disk / cdrom / optycd_u.rea < prev    next >
Text File  |  1997-03-02  |  18KB  |  361 lines

  1. Short:        (Update) V1.9 MUI CD Player/Ed/Prog/Sampler
  2. Author:       opty@club-internet.fr (Stéphane Barbaray)
  3. Uploader:     opty@club-internet.fr (Stéphane Barbaray)
  4. Version:      1.9
  5. Type:         disk/cdrom
  6. Replaces:     disk/cdrom/OptyCDPlay_Upd.*
  7. Requires:     OS 2.04, MUI 3.6, and 68020
  8. Distribution: EMailWare
  9.  
  10. Disks and DataBases are not included in this update archive
  11.  
  12.  
  13. History:
  14. -------
  15.  
  16. - V1.0 (Jun-96)
  17. ·Initial public release.
  18.  
  19. - V1.1 (Jun-96)
  20. ·VOLTYPE tooltype added to correct problems with some exotic CD drives.
  21. ·Added 600(!) CD descriptions.
  22. ·German catalog added.
  23.  
  24. - V1.2 (Jul-96)
  25. ·Icons was in Newicon style, now they are real icons
  26. ·Rewritten some functions in assembler
  27. ·Reduced code size significantly
  28. ·Added MUI Gadget disappearing feature: when the window is too small, some
  29. gadgets start to disappear according to their importance
  30. ·Added possibility to choose the sample file by requester
  31. ·Added preview button in sampler window, it plays CD according sliders of the
  32. sampler window
  33. ·Rewritten randomize function (more randomized)
  34. ·Editor,Program, & sampler pages are allocated only when needed. Replacing
  35. Register style with a Cycle was necessary for this feature.
  36. ·Fixed stupid bug with 'at start' prog: first title was played twice
  37.  
  38. - V1.3 (Jul-96)
  39. ·Now there is 1368 CD descriptions
  40. ·Added ASYNCBUFFER to suppress glitches when sampling
  41. ·Removed some scsi command failure check at initialisation and termination of
  42. sampling function because of some drive that can but refuse these command
  43. anyway.
  44. ·Added my E-Mail address in 'About' window (Requested)
  45. ·Added config autosave, some tooltypes are now obsolete, please remove
  46. SAMPLENAME, DRIVETYPE, SAMPLEFORMAT, SAMPLECHANNEL, SAMPLEFREQ from your icon
  47. ·Added Drive Subcode in prefs
  48. ·Added Volume prefs. Note that volume is not initialized anymore to 127 ateach
  49. start except if no config (first start)
  50. ·Added slider in player part for fast search in song
  51. ·Finally, as suggested by a lot of users, I have added possibility to put disk
  52. descriptions in a Database, mainly because the little cd description files are
  53. very diskspace consuming. But be careful, as it's an archive database style, I
  54. have splitted it in many files for faster access. BTW, if HD space doesn't
  55. really matter for you, old format is still recognized (load,save,...) and will
  56. never be removed as it's a standard...
  57. ·Added button for 'Disk to DataBase' conversion
  58. ·Added button for 'DataBase to Disk' conversion
  59. ·Added gauge progression for DataBase manipulation and Sample save
  60. ·Added BUFMEMTYPE for DMA controllers, value: 0=ANY, 512=24BITDMA, ...
  61. ·Added possibility to ear *in real time* the sampling preview/process thru the
  62. amiga audio channels. The replay is always 8 bits even if 16 bits save was
  63. selected but you can play at 44.1khz if you have a screenmode with horizontal
  64. freq >15khz, so if you use OptyCD on a PAL or NTSC screen, don't try 44100 !
  65. Keep in mind that this mode is very cpu consuming and will give bad result on
  66. low powered system since sampling can only be done at ~150 k/s. By the way,
  67. you will notice that channel are not always synchronised, it's because I don't
  68. know how to sync the 4 voices. Anybody can help me ?
  69. ·Added cycle and pref saving of the output mode (in sampling part)
  70. ·Added icons from Rudy Top
  71.  
  72. - V1.4 (Jul-96)
  73. ·Included greek catalog
  74. ·Included finnish catalog
  75. ·Catalog description is now compatible with catedit
  76. ·Included italian catalog
  77. ·Added DISKIDPATH to specify the path for disk id files
  78. ·Fixed VOLTYPE, It was not activated...
  79. ·Now value outside 1..3 range for VOLTYPE mean software volume disabled
  80. ·Removed this ugly Eject lock, I found a workaround to detect 'hard' insertion
  81. and ejection while using my special routine for universal CDDA autodetection.
  82. In fact, only CD drive that continue to give CD directory of the last ejected
  83. CD will still have some problems...
  84. ·Removed skip track bug introduced with fast search bar
  85. ·Now, 'Repeat All' works for programs too
  86. ·Possibility to make 'repeat' the 'random' mode (Random must be selectedfirst)
  87. ·Now 'Start Prog' start at launch of program AND at CD insertion too
  88. ·The documentation is now in AmigaGuide format
  89. ·OptyCDPlayer should now work (specially programs) iconified, even whenstarted
  90. iconified
  91. ·Found a way to synchronize Amiga voices, there should be no more distortion
  92. ·It is now *really* possible to insert a disk with player page not the active
  93. one
  94. ·Math ieee library for AIFF not more needed...
  95. ·Possibility to start Random while playing (will be randomized at the next
  96. track played)
  97. ·Now if ASYNCBUFFER as a value lower than 2048 then synchronous write will be
  98. used
  99. ·Database now contains 1389 CD descriptions
  100.  
  101. - V1.5 (Aug-96)
  102. ·If VOLTYPE is equal to 0 then there is no volume button
  103. ·Added "Project" menu with "About", "About MUI", and "Quit"
  104. ·About button has been removed
  105. ·Added "Preferences" menu with "Save", and "MUI"
  106. ·Player configuration saving is not made at the end of program anymore, please
  107. use Preferences/Save menu to save config
  108. ·"Introscan" & "Random" gadgets are now checkmark type gadgets
  109. ·"Repeat" is now a cycle gadget
  110. ·All combinations between Repeat, Introscan, and Random should now be possible
  111. ·"A-B" button changed
  112. ·Optimized a little bit the sampling routine
  113. ·Added Atapi sampling command, please report me if you drive works with it(try
  114. it even if it's an SCSI...)
  115. ·Status bar removed and replaced by graphical items
  116. ·The first page of the player now react to up/down keys, they play next/prev
  117. title in the list by changing the list active title
  118. ·Play/Stop/Next/Previous/Forward/Rewind/Eject commands react to shortkeys
  119. defined by tooltypes (see tooltypes part).
  120. ·Changed a little bit the .guide location for online help and multiple
  121. translations
  122. ·Included Danish catalog and documentation
  123. ·Added DiskNote.rexx (c) by Niels Bache
  124. ·Added FILENOTE tooltype to add filecomment with diskfiles when saved
  125. ·Database now contains 1499 CD descriptions
  126.  
  127. - V1.6 (Sep-96)
  128. ·IFF8SVX STEREO saving should now works with Amiga output activated
  129. ·Included Polish catalog
  130. ·Updated Italian catalog
  131. ·Updated German catalog
  132. ·Updated Norvegian catalog
  133. ·Updated Finnish catalog
  134. ·Fixed a bug while saving 8bits with Output switched to CD
  135. ·Added Italian guide
  136. ·New Disknote.rexx
  137. ·Repeat, Random, and IntroScan now reflect the config correctly
  138. ·Added capability to configure position of gadget groups at the player page by
  139. using 'Preferences/Edit Mode' menuitem and drag&drop.
  140. ·Now OptyCDPlayer test if it's a real CDRom drive on the selected unit
  141. ·Reworked the guide a little bit
  142. ·Included more informations about me
  143. ·Included Swedish catalog
  144. ·Database now contains 2464 CD descriptions
  145.  
  146. - V1.7 (Oct-96) (Not Released!)
  147. ·Forgot to mention for the precedent version that the sampling routine hasbeen
  148. a little bit modified in the expectation of more tolerance with somedrives,
  149. unfortunately this significantly slow down the sampling...
  150. ·Asynchronous write routine enhanced
  151. ·Removed Disknote.rexx (obsolete, use FILENOTE tooltype instead)
  152. ·Added support for YACDP diskfiles format (see YACDP tooltype), unfortunately
  153. there is no possibility to convert from this format to MCD format or the
  154. database format excepted when the corresponding CD is inserted, to say that
  155. 'YACDPDisks->DB' and 'DB->YACDPDisks' can't be made.
  156. ·Added in the About window the number of CDs contained in the database
  157. ·Forgot to close Catalog file at exit
  158. ·Added function to merge 2 DataBases (TitleEditor/MergeDB)
  159. ·Added Database viewer (TitleEditor/DBViewer)
  160. ·Added STOP Tooltype for stop command alternative
  161. ·Added INVERTEDTIME Tooltype for those who don't have a correct time count
  162. ·Removed Subcode choice in Sampling part because I got no report about value
  163. other than zero
  164. ·Added GADGETPATH tooltype, now you're able to use your own gadgets for Play,
  165. Eject, Stop, ...
  166. ·Added "Tiny" gadgets (use GADGETPATH=progdir:gadgets/tiny)
  167. ·Added full support for "cd.device" from commodore, but this device has some
  168. severe limitations:
  169.  .Playing must be stopped when exiting
  170.  .Sampling is not supported
  171.  .Can't do my hack for controllers that ignore diskchanges (like mine)
  172.  .Volume is global (no balance)
  173.  .Can't verify the device type due to a big bug in the squirrel/cd.device 
  174. CD_GETGEOMETRY command!
  175.  Use CDDEVICE tooltype to activate it
  176. ·Added time field in the title lists
  177. ·Lists are now NLists (with horizontal scrollbar)
  178. ·Playlist weight is now saved in prefs
  179. ·Database contains 2518 CD descriptions
  180.  
  181. - V1.8 (Nov-96)
  182. ·All tooltypes options can now be configured thru the new preferences page
  183. ·Error messages are displayed in requester wherever possible
  184. ·Player can be started even with an unvalid device, in this case it
  185. automatically switch to the preference page
  186. ·Preferences can be changed at run time
  187. ·Removed ALL tooltypes because they are not more needed
  188. ·Added german guide
  189. ·Fixed path bug with play16
  190. ·Now, when pressing play button, and there is an active track in the list,
  191. playing will be started at this track
  192. ·Data tracks are shown in a different way in the lists
  193. ·Added AREXX interface
  194. ·Entirely reworked this guide, added smartwrapping, indentation, fx, ...
  195. Should still render well with 2.0 but not (yet) with HTDS!
  196. ·Added AREXX script examples
  197. ·ShortKeys are now possible (thru catalogs) with buttons and togglebuttons
  198. ·Added Slovak catalog
  199. ·Database contains 2525 CD descriptions
  200.  
  201. - V1.9 (Dec-96)
  202. ·AHI device is now used for realtime audio output! It's slower than my original
  203. routine but now there is support for 14bits output and 16bits soundcards...
  204. ·Removed RAW formats
  205. ·Removed Stereo 8SVX (too compulsive)
  206. ·Forgot the LUN and SCSI card number possibility in the preference page...
  207. ·DB2Disk did not work properly, only the first id of each DB files was
  208. extracted (very stupid mistake)
  209. ·Data tracks was not correctly detected in some circumstance
  210. ·OptyCDPlayer is now able to know the actual volume status and the affected
  211. channels of your drive (if your drive can support volume). So that, voltype is
  212. not more needed, excepted to disable volume control...
  213. ·Format of the DataBase files has changed, it's now an IFF file
  214. ·Made an external tool to convert the old database format to the new IFF one
  215. ·Added 'ADDR' chunk to the database format. It contains the start block of
  216. each tracks + the end block of the CD. This chunk will be useful to know the
  217. duration time of each CD track in the Database viewer...
  218. ·Removed some enforcer hits from the Database viewer
  219. ·Added Mono and Stereo AIFC
  220. ·I figured out that Play16 don't recognize AIFC format, so I've to handle it
  221. by myself then give it as a raw sample to play16
  222. ·Added spanish catalog
  223. ·Added another useful tool called 'CDIDRepair' made for repairing all mutant
  224. diskID files
  225. ·Corrected 'edit mode' checkmark-menu behaviour
  226. ·Config search/creation tries are made in these directories: "ProgDir:",
  227. "ENVARC:", "S:", "ENV:"
  228. ·Added CDID field onto the Title editor page
  229. ·Actual playing title field is updated when changing its name
  230. ·Started another project: OptyFileManager
  231. ·Added ATO information guide
  232. ·Database contains 2841 (corrected) CD descriptions
  233.  
  234.  
  235. ============================= Archive contents =============================
  236.  
  237. Original  Packed Ratio    Date     Time    Name
  238. -------- ------- ----- --------- --------  -------------
  239.     1149     552 51.9% 24-Nov-96 22:12:38 +Arexx.info
  240.       76      75  1.3% 18-Oct-96 09:23:38 +Eject.rexx
  241.     1792    1354 24.4% 16-Oct-96 21:37:30 +Eject.rexx.info
  242.      326     206 36.8% 18-Oct-96 09:23:44 +Help.rexx
  243.     1792    1356 24.3% 16-Oct-96 21:37:30 +Help.rexx.info
  244.       74      74  0.0% 18-Oct-96 09:23:50 +Iconify.rexx
  245.     1792    1358 24.2% 16-Oct-96 21:37:30 +Iconify.rexx.info
  246.      631     257 59.2% 19-Oct-96 15:26:36 +Info.rexx
  247.     1824    1388 23.9% 16-Oct-96 21:37:30 +Info.rexx.info
  248.      754     351 53.4% 20-Oct-96 06:54:26 +Jump.rexx
  249.     1792    1355 24.3% 19-Oct-96 15:22:38 +Jump.rexx.info
  250.       83      81  2.4% 18-Oct-96 09:25:34 +Next.rexx
  251.     1792    1353 24.4% 16-Oct-96 21:37:30 +Next.rexx.info
  252.       85      83  2.3% 18-Oct-96 09:25:46 +PlayPause.rexx
  253.     1792    1355 24.3% 16-Oct-96 21:54:40 +PlayPause.rexx.info
  254.      134     122  8.9% 18-Oct-96 09:24:50 +PlayTrack.rexx
  255.     1792    1355 24.3% 16-Oct-96 21:59:02 +PlayTrack.rexx.info
  256.      130     108 16.9% 18-Oct-96 09:26:46 +Previous.rexx
  257.     1792    1353 24.4% 16-Oct-96 21:37:30 +Previous.rexx.info
  258.       79      79  0.0% 18-Oct-96 09:26:52 +Quit.rexx
  259.     1792    1353 24.4% 16-Oct-96 21:37:30 +Quit.rexx.info
  260.       76      76  0.0% 18-Oct-96 09:27:00 +Stop.rexx
  261.     1792    1353 24.4% 16-Oct-96 21:37:30 +Stop.rexx.info
  262.       76      76  0.0% 18-Oct-96 09:27:06 +UnIcon.rexx
  263.     1792    1353 24.4% 16-Oct-96 21:37:30 +UnIcon.rexx.info
  264.      698     448 35.8% 03-Sep-96 11:57:26 +greek.txt
  265.      697     346 50.3% 29-Oct-96 20:54:08 +italiano.txt
  266.      404     255 36.8% 03-Sep-96 11:57:26 +polski.txt
  267.      432     248 42.5% 03-Sep-96 11:57:26 +Eject.mf0
  268.      432     256 40.7% 03-Sep-96 11:57:26 +Eject.mf1
  269.      432     265 38.6% 03-Sep-96 11:57:26 +Forward.mf0
  270.      432     277 35.8% 03-Sep-96 11:57:26 +Forward.mf1
  271.      432     257 40.5% 03-Sep-96 11:57:26 +Next.mf0
  272.      432     266 38.4% 03-Sep-96 11:57:26 +Next.mf1
  273.      432     229 46.9% 03-Sep-96 11:57:26 +Pause.mf0
  274.      432     242 43.9% 03-Sep-96 11:57:26 +Pause.mf1
  275.      432     260 39.8% 03-Sep-96 11:57:26 +Play.mf0
  276.      432     272 37.0% 03-Sep-96 11:57:26 +Play.mf1
  277.      432     254 41.2% 03-Sep-96 11:57:26 +Prev.mf0
  278.      432     266 38.4% 03-Sep-96 11:57:26 +Prev.mf1
  279.      432     264 38.8% 03-Sep-96 11:57:26 +Rewind.mf0
  280.      432     270 37.5% 03-Sep-96 11:57:26 +Rewind.mf1
  281.      432     238 44.9% 03-Sep-96 11:57:26 +Stop.mf0
  282.      432     242 43.9% 03-Sep-96 11:57:26 +Stop.mf1
  283.      212     159 25.0% 09-Oct-96 14:35:22 +Eject.mf0
  284.      212     168 20.7% 09-Oct-96 14:35:30 +Eject.mf1
  285.      212     162 23.5% 09-Oct-96 14:35:38 +Forward.mf0
  286.      212     170 19.8% 09-Oct-96 14:35:46 +Forward.mf1
  287.      212     163 23.1% 09-Oct-96 14:35:54 +Next.mf0
  288.      212     171 19.3% 09-Oct-96 14:36:00 +Next.mf1
  289.      212     166 21.6% 09-Oct-96 14:36:08 +Play.mf0
  290.      212     165 22.1% 09-Oct-96 14:36:14 +Play.mf1
  291.      212     165 22.1% 09-Oct-96 14:36:22 +Prev.mf0
  292.      212     165 22.1% 09-Oct-96 14:36:32 +Prev.mf1
  293.      212     170 19.8% 09-Oct-96 14:36:38 +Rewind.mf0
  294.      212     165 22.1% 09-Oct-96 14:36:54 +Rewind.mf1
  295.      212     154 27.3% 09-Oct-96 14:37:04 +Stop.mf0
  296.      212     161 24.0% 09-Oct-96 14:37:12 +Stop.mf1
  297.     1542     605 60.7% 03-Sep-96 11:57:26 +Dansk.info
  298.     2167     876 59.5% 03-Sep-96 11:57:26 +OptyCDPlayer.guide.info
  299.     1542     589 61.8% 16-Oct-96 23:04:38 +Deutsch.info
  300.     2167     874 59.6% 03-Sep-96 11:57:26 +OptyCDPlayer.guide.info
  301.     1542     603 60.8% 03-Sep-96 11:57:26 +English.info
  302.     2167     876 59.5% 21-Oct-96 21:39:22 +OptyCDPlayer.guide.info
  303.     1542     602 60.9% 03-Sep-96 11:57:26 +Italiano.info
  304.     2167     876 59.5% 03-Sep-96 11:57:26 +OptyCDPlayer.guide.info
  305.     1943     936 51.8% 27-Oct-96 07:33:02 +OptyCDPlayer0.info
  306.     2807    1715 38.9% 27-Oct-96 07:33:08 +OptyCDPlayer1.info
  307.     2807    1693 39.6% 27-Oct-96 07:33:14 +OptyCDPlayer2.info
  308.     2807    1673 40.3% 27-Oct-96 07:33:22 +OptyCDPlayer3.info
  309.     1942     932 52.0% 24-Nov-96 22:13:14 +OptyCDPlayer.info
  310.      168     137 18.4% 24-Nov-96 22:34:16 +README_FIRST
  311.     2167     875 59.6% 24-Nov-96 22:13:56 +README_FIRST.info
  312.      802     213 73.4% 23-Nov-96 22:17:00 +DBConverter.info
  313.     1542     603 60.8% 27-Nov-96 15:03:02 +Help.info
  314.     1542     606 60.7% 28-Nov-96 14:56:28 +Tools.info
  315.     1585     785 50.4% 29-Nov-96 16:35:42 +CDIDRepair.info
  316.     1202     564 53.0% 29-Nov-96 16:50:02  OptyCDPlayer.info
  317.     2167     876 59.5% 21-Oct-96 21:39:22 +Readme.ATO.Guide.info
  318.     4009    1398 65.1% 17-Dec-96 21:00:56 +OptyCDPlayer.cd
  319.     3602    1366 62.0% 17-Dec-96 21:01:02 +OptyCDPlayer.ct
  320.     4927    2071 57.9% 17-Dec-96 21:01:34 +polski.ct
  321.     5104    2217 56.5% 17-Dec-96 21:01:48 +slovak.ct
  322.     5182    2225 57.0% 17-Dec-96 21:01:18 +suomi.ct
  323.     5155    2179 57.7% 17-Dec-96 21:17:56 +dansk.ct
  324.     5053    2125 57.9% 17-Dec-96 21:17:34 +espanol.ct
  325.     5290    2216 58.1% 17-Dec-96 21:16:54 +francais.ct
  326.     5376    2444 54.5% 17-Dec-96 21:16:34 +greek.ct
  327.     5008    2046 59.1% 17-Dec-96 21:15:18 +italiano.ct
  328.     5147    2152 58.1% 17-Dec-96 21:16:22 +norsk.ct
  329.     4896    2071 57.7% 17-Dec-96 21:14:56 +svenska.ct
  330.    17988    7992 55.5% 23-Dec-96 01:21:04 +Readme.ATO.Guide
  331.     5464    2352 56.9% 27-Dec-96 21:05:06 +deutsch.ct
  332.     3070    1516 50.6% 27-Dec-96 21:05:08 +OptyCDPlayer.catalog
  333.     2222    1092 50.8% 27-Dec-96 21:05:16 +OptyCDPlayer.catalog
  334.     2914    1423 51.1% 27-Dec-96 21:05:22 +optycdplayer.catalog
  335.     2816    1363 51.5% 27-Dec-96 21:05:10 +OptyCDPlayer.catalog
  336.     2562    1281 50.0% 27-Dec-96 21:05:16 +OptyCDPlayer.catalog
  337.     2826    1315 53.4% 27-Dec-96 21:05:24 +OptyCDPlayer.catalog
  338.     2654    1331 49.8% 27-Dec-96 21:05:04 +OptyCDPlayer.catalog
  339.     2830    1500 46.9% 27-Dec-96 21:05:10 +OptyCDPlayer.catalog
  340.     2666    1242 53.4% 27-Dec-96 21:05:12 +OptyCDPlayer.catalog
  341.     2484    1280 48.4% 27-Dec-96 21:05:18 +OptyCDPlayer.catalog
  342.     2600    1255 51.7% 27-Dec-96 21:05:20 +OptyCDPlayer.catalog
  343.    79784   40663 49.0% 20-Dec-96 01:10:54 +NList.mcc
  344.     6548    3122 52.3% 20-Dec-96 01:10:54 +NListview.mcc
  345.    14372    5501 61.7% 20-Dec-96 01:10:56 +NListviews.mcp
  346.     1542     602 60.9% 04-Jan-97 17:19:24 +Français.info
  347.     2167     876 59.5% 21-Oct-96 21:39:22 +OptyCDPlayer.guide.info
  348.      775     416 46.3% 29-Dec-96 11:06:00 +OptyCDTrans.readme
  349.    29584   11691 60.4% 04-Jan-97 17:18:44 +OptyCDPlayer.guide
  350.    37528   14666 60.9% 04-Jan-97 17:19:10 +OptyCDPlayer.guide
  351.    42625   15921 62.6% 04-Jan-97 17:18:12 +OptyCDPlayer.guide
  352.     4224    2704 35.9% 04-Jan-97 16:55:22 +CDIDRepair
  353.     5216    3232 38.0% 04-Jan-97 16:55:24 +DBConverter
  354.    64172   30866 51.9% 04-Jan-97 17:13:46 +OptyCDPlayer
  355.    34806   13582 60.9% 04-Jan-97 17:16:00 +OptyCDPlayer.guide
  356.        0       0  0.0% 04-Jan-97 19:49:32 +
  357.        0       0  0.0% 04-Jan-97 19:49:38 +
  358.    35064   13935 60.2% 04-Jan-97 19:44:44 +OptyCDPlayer.guide
  359. -------- ------- ----- --------- --------
  360.   545457  250623 54.0% 05-Jan-97 23:25:36   120 files
  361.